projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4622d18
)
Fix compiler warnings
author
justbur
<justin@burkett.cc>
Thu, 10 Mar 2016 14:03:35 +0000
(09:03 -0500)
committer
justbur
<justin@burkett.cc>
Thu, 10 Mar 2016 14:03:35 +0000
(09:03 -0500)
Fixes #106
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 138d46b3d40e6e16abfdb6c3730a3d4f879b85ac..1971dc9b84cd0646ca4ca0d86f1c0af64ca4d313 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-41,8
+41,12
@@
(require 'cl-lib)
(require 'button)
-(eval-when-compile
- (defvar golden-ratio-mode))
+;; For compiler
+(defvar evil-operator-shortcut-map)
+(defvar evil-operator-state-map)
+(defvar evil-motion-state-map)
+(defvar golden-ratio-mode)
+(declare-function evil-get-command-property "ext:evil-common.el")
(defgroup which-key nil
"Customization options for which-key-mode"